NAME mv - move files SYNOPSIS mv source target mv source [source2...] target DESCRIPTION The "mv" command moves files. This command may be used to move one or more files to a target path. When one source file is specified, the destination may be a file or a directory. When more than one source file is specified, the target must be a directory. RETURN CODES <0 Error 0 Success